All Questions
2 questions
0votes
3answers
9kviews
Strategy Pattern with abstract class instead of interface?
Is the strategy in the strategy pattern always an interface? What pattern would it be when the strategy is abstract?
13votes
5answers
10kviews
Modified Strategy Design Pattern
I've started looking into Design Patterns recently, and one thing I'm coding would suit the Strategy pattern perfectly, except for one small difference. Essentially, some (but not all) of my ...